home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / PSK.ZIP / MACROS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-11  |  224 b   |  17 lines

  1. /*
  2.     macros.H
  3.  
  4.     Useful Macros
  5.  
  6.     Copyright (C) 1992, Geoff Friesen B.Sc.
  7.     All rights reserved.
  8.  
  9.     Borland C++ 3.1
  10. */
  11.  
  12. #include <stdlib.H>
  13.  
  14. #define    OK        0
  15. #define    ERROR        -1
  16.  
  17. #define    center(x, y)    ((((x)-(y))>>1)+1)